/* Header */
      
header#header, #mobile-header {
   box-shadow: 0 0 28px 0 rgba(0,0,0,0.21);
}      
          
.mega-menu__content .mega-menu__linklist .menu__heading{
    cursor: pointer;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
}        
          
.mega-menu .mega-menu__linklist-link {
    color: #333333;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 17px;
    padding: 8px 0px;
}
  
.mega-menu__section .mega-menu{
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.14);
  max-width: 662px;
  min-width: 662px;
  margin: auto;
/*   left: 0; */
/*   right: 0;   */
  left: -130%;
}          
.navbar-item.has-mega-menu{
  position: relative;
}


.mega-menu__section .mega-menu::before{
  content: '';
  position: absolute;
  left: 0px; 
  right: 0px;
  margin: auto;
  top: -10px;
  height: 22px;
  width: 22px;
  transform: rotate(-135deg);
  background-color: #FFFFFF;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.14);
}

 
.collapse__menu_items .menu__heading{
  position: relative;
}

.collapse__menu_items .menu__heading .icon {
    left: unset;
    right: 15px;
    color: #fff !important;
    border-radius: 4px;
    background-color: #3CA6DD;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
}     
  
.collapse__menu_items .menu__heading .icon svg{
    stroke: #fff;
    stroke-width: 10px;
    width: 12px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff; 
}
  
.collapse__menu_items .menu__heading:not(.active) .icon[data-icon='minus']{
  display: none;
}

.collapse__menu_items .menu__heading.active.icon[data-icon='plus']{
  display: none;
}

.navbar-link.header__link {
    text-transform: capitalize;
}

.navbar .header__brand{
  padding: 0px;
}

.top-bar__item.top-bar__text {
    width: 85%;
}

#shopify-section-header__top-bar p {
    font-size: 15px;
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    justify-content: center;
}

#shopify-section-header__top-bar .top-bar{
  min-height: 40px;
}

header.top-bar .navbar-item .social-icons .icon{
  width: 16px;
  height: 16px;
}

header .header__icons span.icon.header__icon, .mobile-icons .icon.header__icon{
    stroke: #000;
    stroke-width: 3px;
}

.header__link.action-area__link.button{
    min-width: 110px;
    padding: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    min-height: 52px;
    margin-left: 10px;
}
.mega-menu__section .mega-menu__block {
    background: #fff;
}

@media(min-width: 799px){
  
  .mega-menu__section .column.mega-menu__block:nth-child(1){
    position: relative;
  }
  
  .mega-menu__section .column.mega-menu__block:nth-child(1):after {
    background: #9797975e;
    width: 1px;
    content: '';
    position: absolute;
    height: 90%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 1;
    margin: auto; 
  } 
  .action-area__link.has-cart-count {
    padding-right: 1em;
  }
} 

span.sfnx-w2 {
    padding: 1rem 5px;
}

.sfnx-w2 .sofen-wishlist-btn svg{
  width: 21px;
  height: 21px;
}

@media(min-width: 799px) and (max-width: 1100px){
  
  .header{
    font-size: 16px;
  }
  
  .header__link.action-area__link.button {
    min-width: 90px;
    font-size: 16px;
    line-height: 22px;
    min-height: 45px;
    margin-left: 5px;
  }

} 

@media(max-width: 1024px){
  .top-bar__item.top-bar__social-media{
    display: none;
  }
  .top-bar__item.top-bar__text{
    width: 100%;
  }
}  
    
@media(max-width: 798px){
  .mobile-header__content {
    padding: 8px 10px;
  }
  .shopify-section.top-bar {
    display: flex;
  }
  .mobile-dropdown .mobile-menu__toggle-icon .icon {
    fill: #fff;
    stroke: #fff;
    stroke-width: 4px;
  }

  .mobile-menu__toggle-button{
    left: 15px;
  }
  
  .mobile-dropdown .mobile-menu__toggle-icon{
    background-color: #3CA6DD; 
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .mobile-dropdown .mobile-menu__toggle-icon .mobile-header__open-menu, .mobile-dropdown .mobile-menu__toggle-icon .mobile-header__close-menu{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mega-menu__section .mega-menu::before{
    display: none;
  }  
  .mega-menu__section .mega-menu {
    min-width: unset;
    max-width: unset;
/*     padding-top: 10px; */
    left: 0px;
    right: 0px;
  }
  
  .mega-menu__section .mega-menu > .container{
      flex-direction: column;
  } 
  .mega-menu__block {
    width: 100% !important;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 2.5rem;
  }
  .mobile-menu .mobile-menu__item {
    text-transform: capitalize;
  }  
  
  .mega-menu .collapse__menu_items .menu__heading .icon{
    right: 0px;
  }
  .mobile-menu__content .icon-caption {
    display: block;
  }
  .mobile-icons .action-area__link{
    padding: 1rem 5px;
  }
}    

/* Homepage */
  
.index .slideshow-classic .caption-content .slideshow-classic__heading, .index .slideshow-classic .caption-content .slideshow-classic__heading span, .index .slideshow-classic .caption-content  .slideshow-classic__subheading{
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 53px;
  text-align: center;
}
.index .slideshow-classic .caption-content  .slideshow-classic__subheading{
  font-weight: 500;
}

.index .slideshow-classic .mobile-text--over-media .caption {
    top: 5%;
    transform: translateY(-15%);
}

.index .slideshow-classic .flickity-page-dots {
    bottom: unset;
/*     top: 35%; */
    top: 195px;
}

.index .slideshow-classic__banner h2.title{
  margin-bottom: 1rem;
}

@media(min-width: 900px) and (max-width: 1080px){
  .index .slideshow-classic .mobile-text--over-media .caption {
    top: 0px;
  }
}

@media(min-width: 798px) and (max-width: 899px){
  .index .slideshow-classic .caption-content .slideshow-classic__heading, .index .slideshow-classic .caption-content .slideshow-classic__heading span, .index .slideshow-classic .caption-content .slideshow-classic__subheading {
    font-size: 34px;
    line-height: 40px;
  }
}



.image_wide_text_section .image-with-text__image-column.one-half {
    width: calc(60% - 20px);
}

.image_wide_text_section .image-with-text__text-column.one-half {
    width: calc(40% - 20px);
}

h3.image-with-text__heading.is-large {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
} 
   
slideshow-with-text .text-slideshow__heading.banner__heading {
    margin-bottom: 0px;
    line-height: 1.2;
}

.image-with-text__text.content, .slideshow-with-text .text-slideshow__heading.banner__subheading{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 0;
}

.image-with-text__wrapper {
    max-width: 350px;
}
    
.image-with-text__wrapper a.button , .text-slideshow__content .button {
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    width: 100% !important;
    max-width: 212px !important;
    min-height: 61px;
}

.image-with-text__wrapper a.button.button--secondary, .slideshow-with-text a.button.button--secondary{
    color: #24517D; 
}

.flickity-page-dots .dot {
    background: #D8D8D8 !important;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected {
    background: #3CA6DD !important;
}

#shopify-section-template--15265961771055__1660837090d05c5b67.image-with-text{
  background: linear-gradient(180deg, #3CA6DD 0%, #24517D 100%);
}
  
.collections_list_side_content{
    max-width: 1340px !important; 
}  

.collections_list_side_content .list-collection__thumbnail{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}  



.collections_list_side_content .list-collection__thumbnail .title{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}
 
.collections_list_side_content .list-collection__thumbnail .product-wrap{
  width: 60%;
}

.collections_list_side_content .list-collection__thumbnail .product-wrap .image-element__wrap{
  max-width: 100% !important;
}

.collections_list_side_content .list-collection__thumbnail.has-gutter{
  margin-bottom: 50px;
}   

.collections_list_side_content .list-collection__thumbnail .collection-info__caption-wrapper.collection-info__caption--below-image {
    padding: 40px 20px;
    border-radius: 17px;
    background-color: #EFEFEF;
}

.collections_list_side_content .list-collection__thumbnail .collection-info__caption-wrapper .button{
    width: 100%;
    max-width: 184px;
    min-height: 51px;
}


.slideshow-with-text .text-slideshow__heading.banner__heading{
    padding-bottom: 0px;
    text-transform: unset;
  }
.slideshow-with-text .text-slideshow__slide{
  padding-bottom: 1.5rem;
}

 .ww2__section .text-slideshow__heading.banner__heading{
    font-size: 52px;
  }

@media(min-width: 799px){
  .collections_list_side_content .list-collection__thumbnail:nth-child(5n+3),
  .collections_list_side_content .list-collection__thumbnail:nth-child(7n+4),
  .collections_list_side_content .list-collection__thumbnail:nth-child(5n+7){
     flex-direction: row;
  }  
}

@media(max-width: 798px){
  .index .slideshow-classic .mobile-text--over-media .caption {
    top: 10%;
    transform: translateY(-25%);
  }

   .index .slideshow-classic .flickity-page-dots {
      top: 210px;
    }

  .index .slideshow-classic .mobile-text--over-media .caption .caption-content{
    padding: 0px;
  }

  .index .slideshow-classic .gallery-cell, .index .slideshow-classic .gallery-cell img {
    min-height: 548px;
    object-fit: contain;
    object-position: bottom;
  }
  
  .image_wide_text_section .image-with-text__image-column.one-half, .image_wide_text_section .image-with-text__text-column.one-half{
        width: calc(100% - 20px);
  }

 .collections_list_side_content .list-collection__thumbnail img{
   border-radius: 25px;
 }
  .collections_list_side_content .list-collection__thumbnail:nth-child(even) {
    flex-direction: row;
  }
  .index .text-slideshow .flickity-page-dots {
    padding-top: 0.5em;
    padding-bottom: 0;
    order: 0;
  }

}
          
@media(max-width: 700px){
  .collections_list_side_content .list-collection__thumbnail .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 15px;
  } 
  .collections_list_side_content .list-collection__thumbnail .collection-info__caption-wrapper.collection-info__caption--below-image {
    padding: 20px 15px;
    border-radius: 17px;
    background-color: #EFEFEF;
  }
  
  .collections_list_side_content .list-collection__thumbnail .product-wrap {
    width: 80%;
  }
    
  .collections_list_side_content .list-collection__thumbnail .collection-info__caption-wrapper .button {
    width: 100%;
    max-width: 138px;
    min-height: 30px;
    font-size: 14px !important;
  }
  
  .collections_list_side_content .list-collection__thumbnail.has-gutter {
    margin-bottom: 30px;
  }
  
  .collection___list_slide_item{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 10px;
  }
  
  .collection___list_slide_item h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index .slideshow-classic .flickity-page-dots{
    top: 47%;
  }

  .index .slideshow-classic .mobile-text--over-media .caption {
    top: 15%;
    transform: translateY(-15%);
  }
  .slideshow-with-text .text-slideshow__slide {
    padding: 3em 0.5em;
    padding-bottom: 1.5rem;
  }
}  

@media(min-width: 550px) and (max-width: 767px){
  .index .slideshow-classic .caption-content .slideshow-classic__heading, .index .slideshow-classic .caption-content .slideshow-classic__heading span, .index .slideshow-classic .caption-content .slideshow-classic__subheading{
    font-size: 36px;
    line-height: 44px;
    max-width: 400px;
    margin: auto;
  }
  .index .slideshow-classic .mobile-text--over-media .caption {
    top: 8%;
    transform: translateY(-15%);
  }
  .index .slideshow-classic .flickity-page-dots {
    top: 210px;
  }
}

@media(max-width: 375px){
  .index .slideshow-classic .caption-content .slideshow-classic__heading, .index .slideshow-classic .caption-content .slideshow-classic__heading span, .index .slideshow-classic .caption-content .slideshow-classic__subheading{
    letter-spacing: -1px;
    font-size: 40px;
  }
}

@media(min-width: 1900px){
  .index .slideshow-classic .flickity-page-dots{
    top: 230px;
  }
}
  
/* Customer Pages */
  
.customer__page_section form, .card__form{
    padding: 42px 37px;
    box-shadow: none;
    background-color: #EFEFEF;
    max-width: 547px;
    margin: auto;
    border-radius: 10px;
}     
     
.account__top_text{
  padding-bottom: 40px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  display: none;
}   
  
.account__top_text a{
  color: #E6BE63;
  text-decoration: underline;        
}
       
.field .input, .field .textarea {
    color: #555555;
    max-width: 100%;
    width: 100%;
    border: 1px solid #fff;
    min-height: 55px;
    border-radius: 0px;
    opacity: 1;
    background: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
} 

.field .textarea {
  min-height: 170px;
}
  
.field .input::placeholder, .field .textarea::placeholder{
  color: #555555;
}

.field:not(:last-child) {
    margin-bottom: 1.75rem;
}

.customer__page_section form .label, .card__form .label{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  display: none;
}
       
.customer__page_section .heading-wrapper{
  margin-bottom: 30px;
}
   
.customer__page_section .one-half.no_image_full {
    width: 70%;
} 

.customer__page_section .heading-wrapper .title, #recover-password h2{
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 53px;
  text-align: center;
  text-transform: capitalize;

}

#recover-password h2{
  padding-bottom: 30px;
}

.customer__btn_holder{
  flex-direction: row;
  align-items: center;
  justify-content: center;
}  

.customer__btn_holder .button{
    height: 48px !important;
    width: 100% !important;
    max-width: 166px !important;
    font-size: 17px !important;
    letter-spacing: 0;
    line-height: 23px;
    margin-right: 20px;
}   

.customer__btn_holder .button:last-child, .recover-options .button{
  margin-right: 0px;
}
  
.customer__btn_holder .button--secondary{
  background-color: transparent !important;
}
 
#customer_login .button.button--secondary:hover{
  color: #24517D;
} 

.account_bottom__text{
    margin-left: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
}  


.account_bottom__text a{
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
}

#recover_email{
  margin-bottom: 22px;
}

.recover-options.customer__btn_holder{
  flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recover-options.customer__btn_holder .account_bottom__text{
    justify-content: center;
    margin-top: 20px;
}


@media(max-width: 767px){
  .customer__page_section .heading-wrapper {
    margin-bottom: 22px;  
  }
  .customer__page_section, .customer__page_section .one-half.no_image_full{
    width: 100% !important; 
    margin: 0px;
  }
  
  .customer__page_section .heading-wrapper .title, #recover-password h2 {
      font-size: 35px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 44px;
  }
/*   .account__top_text {
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 24px;
    padding-bottom: 25px;
    
  } */ 
  .customer__page_section form, .card__form {
    padding: 40px 20px;
    margin: auto;
  }  
    
  .field .input{
    min-height: 55px;
  }
  
  .customer__btn_holder .button{
    max-width: 100% !important;
    margin: 0px;
    margin-bottom: 10px;
  }

  .customer__btn_holder {
    flex-direction: column;
  }

  .account_bottom__text{
    margin-top: 15px;
  }
 
  .customer__page_section .login, .customer__page_section .register{
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .customer__page_section{
    padding-top: 40px !important;
  }
  
  .recover-options.customer__btn_holder .account_bottom__text {
    margin-top: 10px;
  } 
}

@media(max-width: 547px){
  .customer__page_section form, .card__form {
    margin-left: 20px;
    margin-right: 20px;
  } 
}


/* Contact Page */



section .contact-form{
  justify-content: space-between;
}


.contact-form .one-half:not(.contact__form_half){
      width: calc(25% - 20px);
}

.contact-form .one-half.contact__form_half {
    width: calc(73% - 20px);
}

.contact-form .contact-form__form{
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-contact-form .button{
    width: 100%;
    min-height: 43px;
    max-width: 166px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
}

.contact-form__custom_text {
  display: block;
  color: #333333;
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.contact-form__custom_text .contact__inner_text{
    display: flex;
    align-items: center;
}
       
.contact-form__custom_text .contact__inner_text img{
  max-width: 25px;
  margin-right: 5px; 
}

.contact-form__custom_text .contact__inner_text span{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}


.custom-contact-form__blocks .custom-contact-form__block input, .custom-contact-form__blocks .custom-contact-form__block textarea{
    border: 1px solid #97979780;
    background-color: #FFFFFF;
    min-height: 56px;
    border-radius: 0px;
}

.custom-contact-form__blocks .custom-contact-form__block textarea{
  min-height: 250px;
}
   
@media(min-width: 799px){
  .custom-contact-form__block.custom-contact-form__block--textfield, .custom-contact-form__block--email {
    width: calc(33% - 2px);
    display: inline-block;
  }
}

@media(max-width: 798px){
  .contact-form .one-half:not(.contact__form_half){
      width: calc(100% - 20px);
   }  
          
  .contact-form .one-half.contact__form_half {
      width: calc(100% - 20px);
  }
  .contact-form .contact-form__form{
    padding: 0px;
    margin-top: 10px;
  }
}


/*  Cart Page */

  
.cart__cost-summary{
  background: transparent;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;
}

.cart__form .cart__item-list{
  display: flex;
  justify-content: space-between;
}


.cart__top_holder{
  flex-basis: 66%;
  border-bottom: 1px solid #979797;
}

.cart__bottom_holder{
  flex-basis: 30%;
}


.cart__card {
    border-top: 1px solid #979797;
    align-items: flex-start;
    padding-top: 30px;
    margin-bottom: 30px;
}

.cart__card .cart__info {
    flex-direction: column;
    align-items: flex-start;
}

.cart__info .cart__description {
    width: 70%;
}

.cart__description .item__title a{
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.cart__info .cart__price {
    opacity: 0;
} 

.cart__info .cart__total, .cart__info .cart__price {
    width: 100%;
    padding: 0 20px;
    text-align: left;
    color: #50A14D;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
}

.ajax-cart__delete .close{
    height: 30px;
    max-height: 30px;
    max-width: 31px;
    min-height: 30px;
    min-width: 30px;
    width: 30px;
}

.ajax-cart__delete .close svg{
    stroke: #000;
    stroke-width: 8px;
}
.cart__cost-summary .offset-by-eight{
  width: 100%;
  left: 0px;
}
 
.cart__cost-summary .cart__subtotal-container p {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
    text-align: left;
    color: #4b4b4b;
}

.cart__checkout-container .cart__taxes-shipping{
  display: none;
}

.ajax-cart__delete .close, .ajax-cart__delete:hover .close {
    color: #000;
    background: transparent;
}

.cart__checkout-container .cart__checkout{
  width: 100%;
  margin: 0px;
}

.cart__checkout .checkout{
  min-height: 52px;
}

.full___width{
  width: 100% !important;
}

#cart_form .cart__headings{
  display: none;
}

.cart__featured-links a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
    color: #4b4b4b;
}


@media(max-width: 798px){

  .cart__item-list .cart__remove{
    position: absolute; 
  }
  .heading-wrapper--cart-page{
    margin-bottom: 60px;
  }
  
  .cart__form .cart__item-list {
    flex-direction: column;
  }
  .cart__info .cart__description {
    width: 100%;
  }

  .cart__info .cart__total, .cart__info .cart__price {
    padding: 12px 0px 0px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
  }
  .cart__info .cart__total{
    display: block;
  }
  .cart__info .cart__price{
    display: none;
  }
  .cart__bottom_holder {
    flex-basis: 100%;
    padding-top: 30px;
  }
} 


/* FAQ Page */


.accordion dt, .faq-accordion dt {
    border-bottom: none;
    border-radius: 8px;
    background-color: #efefef!important;
}  

.accordion dt a, .accordion dt button, .faq-accordion dt a, .faq-accordion dt button {
/*     border-radius: 8px; */
    background-color: transparent !important;
    border: none;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    padding: 22.5px 40px 22.5px 20px;
    margin-top: 15px;
}
 
.accordion dt a[aria-expanded=true], .faq-accordion dt button[aria-expanded=true]{
  margin-bottom: 0px;
}  
   
.accordion dd, .faq-accordion dd {
    padding: 5px 40px 20px 20px;
    color: #868686;
    font-size: 18px;
    letter-spacing: 0;
    border-radius: 8px;
    background-color: #efefef!important;
    line-height: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 15px;
    margin-top: -5px;  
}

.accordion dt .icon, .faq-accordion dt small, .faq-accordion dt .icon {
    left: unset;
    right: 15px;
    color: #fff !important;
    border-radius: 4px;
    background-color: #3CA6DD;
    width: 23px;
    height: 23px;
}

.accordion dt .icon svg, .faq-accordion dt small svg, .faq-accordion dt .icon svg{
    stroke: #fff;
    stroke-width: 10px;
    width: 12px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
  
/* Blog Posts Page */

.blog__overlay_container {
    position: relative;
    min-height: 392px;
}    

.blog__overlay_container .card-image.blog-card__image {
    height: 392px;
}

.blog__overlay_container .card-image.blog-card__image .image{
  height: 392px;
}
.blog__overlay_container .card-image.blog-card__image .image *{
  height: 100%;
  max-height: 392px;
}
 
.blog__overlay_container .card-image.blog-card__image .image img{
    object-fit: cover;
    border-radius: 10px;
}

.blog-main section.section .container section{
  width: 100%;
} 

.blog__overlay_container .card-content.blog-card__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    background: #0003;
    border-radius: 10px;
    height: 100%;
}

.blog__overlay_container .meta-info-list .meta-info-list__item a, .blog__overlay_container .meta-info-list .meta-info-list__item span {
    padding-left: 5px;
    color: #868686;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    color: #fff;
}
     
.blog-card .blog__overlay_container .media-content .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    padding: 0px 20px;
}   
  
.blog-card .blog__overlay_container .media-content .title a{
  color: #fff;
}

.blog__info_overlay .blog-card__read-more.buttons {
    margin-top: 15px;
    width: 100%;
}

.blog__info_overlay .blog-card__read-more.buttons .button{
  width: 100%;
  min-height: 52px;
}

.blog__overlay_container .card-content.blog-card__content .media{
    margin-bottom: 0px;
    margin-top: 10px;
}


.pagination-link.is-current {
    background-color: transparent;
    border: none;
    color: #3ca6dd;
    border-bottom: 2px solid #3ca6dd;
    min-width: unset;
}
.pagination-previous, .pagination-next, .pagination-link {
    border: none;
    color: #4c4c4c;
     font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
} 
 
@media(min-width: 799px) and (max-width: 1100px){
  .blog__overlay_container {
    min-height: 320px;
  }
  .blog__overlay_container .card-image.blog-card__image .image * {
    max-height: 320px;
  }
  .blog__overlay_container .card-image.blog-card__image, .blog__overlay_container .card-image.blog-card__image .image {
    height: 320px;
  }
}        

/* Blog Article Page */
 
.article-main .meta-info .meta-info-list{
  text-align: center;
  margin-bottom: 10px;
}

.article-main .blog-meta .meta-info-list .meta-info-list__item a, .article-main .blog-meta .meta-info-list .meta-info-list__item span{
    color: #333333;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 35px;
}

.heading-wrapper--article{
    margin-left: auto !important;
    max-width: 800px;
    margin-right: auto !important;
    margin-bottom: 20px;
}

.container.article-content{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: justify;
}
  
.container.article-content strong{
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31px;
}  

.related-blogs--title{
  text-align: center;
}

.related-blogs--content.field.is-grouped{
  justify-content: center;
} 


@media(max-width: 480px){
  .article-main section.section{
    width: 100%;
    margin: 0px;
  }
  
  .article-main .article-content .content{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .article-main .article-content .content p{
    padding: 0px 20px;  
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
/*     hyphens: auto; */

  }  
  .related-blogs--content.field.is-grouped {
    max-width: 360px;
    margin: auto;
  }   
}
 
/* About Us Page */

.about_us__gallery .gallery__item .gallery-item__content-title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

.about_us__gallery .gallery__item .gallery-item__content-subtitle.subtitle.text- {
    color: #3CA6DD;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

@media(min-width: 1100px){
  .about_us__gallery .gallery__item.one-fourth {
    width: calc(21% - 20px);
  }

  .about_us__gallery .gallery__wrapper{
    justify-content: space-between;
  }
}

@media(max-width: 798px){
  .rich-text .card-content{
    padding: 5px;
  }
  .rich-text .card-content .rich-text__heading{
    margin-bottom: 10px;
  } 
  .mobile__full_width_section, .mobile__full_width_section .image-with-text-overlay__banner{
    width: 100%;
    margin: 0px;
  }
  .mobile___full-width___section .gallery__item{
    width: 25%;
    max-width: 378px;
    display: flex'
  }
}

/* Our Process Page */

.icon-with-text-column .icon {
    margin-bottom: 10px;
}

.icon-with-text-column__column.icon-with-text-column__background {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: -20px;
    padding: 40px 60px;
    max-width: 330px;
}

.our__process_gallery_section .icon-with-text-column__column .icon-column__title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 10px;
}
   
.our__process_gallery_section .icon-with-text-column__column .icon-column__text p{
    color: #3F3F3F;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
} 

.desktop__width__small_section{
  max-width: 780px;
} 
      
.page-our-process .rich-text__heading{
  margin-bottom: 10px;
}

.has-gutter-enabled.has-multirow-blocks .icon-with-text-column__column.has-gutter {
    margin-bottom: 30px;
}

@media(max-width: 798px){
  .icon-with-text-column__column.icon-with-text-column__background {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: -20px;
    padding: 35px 50px 40px;
    max-width: 293px;
  }  
  .icon-with-text-column .icon-with-text-column__background .icon {
    margin-top: 0px;
  }  
}

 

/* Product Page */

.product__information .product_name {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
    padding-bottom: 15px;
}

.modal_price.subtitle .price-ui{
  color: #50A14D;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

span.description__label {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
}

.product__information .description.content {
    padding-top: 5px;
}

.product__information .product-block--description{
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0px 30px;
    margin-top: 25px;
}

.product__information .purchase-details__quantity .quantity-wrapper.quantity-style--box {
    border: 1px solid #D1D1D1;
    max-width: 159px;
    justify-content: center;
    margin: 0px !important;
}
 
.purchase-details.has-quantity-box .button--add-to-cart {
    border-radius: 6px;
    font-size: 17px;
    letter-spacing: 0.63px;
    line-height: 25px;
}

.quantity-plus.button .icon, .quantity-minus.button .icon {
    fill: #333333 !important;
    padding: 3px;
}
  
.product__information .quantity-wrapper.quantity-style--box .quantity-element {
    height: 43px; 
    background: transparent;
    min-height: 43px;
    border: none;
}

.product__information .quantity-wrapper.quantity-style--box .quantity-element.quantity-minus{
  border-right: 1px solid #d1d1d1;
  width: 40px;
}

.product__information .quantity-wrapper.quantity-style--box .quantity-element.quantity-plus{
  border-left: 1px solid #d1d1d1;
  width: 40px;
}

.purchase-details .purchase-details__buttons {
    height: 43px;
}
.purchase-details{
	flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 5px;
} 
    
.purchase-details .cart-warning{
    position: absolute;
    bottom: 0px;
}  

.product-main .product-quantity-box.purchase-details__quantity .label{
   color: #333333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 0px;
  margin-right: 10px; 
}  

.product-main .product-quantity-box.purchase-details__quantity {
    flex-basis: 30%;
    min-width: 200px;
    display: flex;
    align-items: center;
}

.product-main .quantity-input.input{
	padding: 0px;
}


.purchase-details.has-quantity-box .purchase-details__spb--false {
    max-width: 263px;
}

.added_message{
    display: block;
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #50A14D;
}

.product__thumbnail.product__grid-item, .products-slider .gallery-cell {
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.14);
    padding: 16px;
    margin-bottom: 30px;
}
   

.product-wrap .product-thumbnail{
      text-align: left;
      padding-top: 15px;
} 

.collection__main .product-wrap, .search__content .product-wrap, .recommended-products-section .product-wrap, .featured-collection-section .product-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-wrap .product-thumbnail__title {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    text-align: left;
}

.collection__main .product-wrap .product-thumbnail__title, .search__content .product-wrap .product-thumbnail__title, .recommended-products-section .product-wrap .product-thumbnail__title, .featured-collection-section .product-wrap .product-thumbnail__title{
    min-height: 72px; 
    display: block;
    letter-spacing: -0.4px;
}
 
.product-thumbnail__price.price{
    color: #50A14D;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    padding: 10px 0px 15px;
} 

.thumbnail_add_cart_btn_holder .button{
    width: 100% !important;
    min-height: 52px;
    font-size: 18px !important;
}

@media(min-width: 799px){
  .product__information.one-half{
      width: calc(49% - 20px); 
  }
}
   
@media(max-width: 798px){
  .purchase-details{
    flex-direction: column;
  }
  .purchase-details.has-quantity-box .purchase-details__spb--false {
    width: 100%;
    margin-top: 30px;
  }
  .product__images {
    margin-bottom: 25px;
  }
}

.products-slider .gallery-cell{
  margin-top: 10px;
}

.products-slider .flickity-prev-next-button{
  background: transparent;
}
.products-slider .flickity-prev-next-button svg{
    stroke: #3ca6dd;
    stroke-width: 6px;
    width: 70%;
    height: 70%;
} 
@media(max-width: 480px){
  .product__thumbnail.product__grid-item, .products-slider .gallery-cell {
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 322px;
  }
}

/* Collection Page */

.collection-main .section.is-width-wide, .search-main .section.is-width-wide{
  max-width: 1360px;
}

.collection-main .collection__content, .search__content{
      justify-content: space-between;
}
 
@media(min-width: 1024px){
  .collection-main .collection__content .collection__main.three-fourths, .search__content main.three-fourths {
      width: calc(68% - 20px);
  } 
} 
.sidebar__block.block__text, .block__faceted-filtering .sidebar-block__heading {
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
}

.block__text h3.sidebar-block__heading, .block__faceted-filtering .sidebar-block__heading {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31px;
} 

.block__menu .sidebar-block__heading {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    cursor: pointer;
}
   
.block__faceted-filtering {
    margin-top: 24px;
} 

.sidebar-block__content{
  margin-top: 10px;
}
.block__menu .sidebar-block__item {
    margin-bottom: 5px;
    color: #333333;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 0px;
}
 
.block__menu .sidebar-block__item  a{
      color: #333333;
}

.collection-matrix__wrapper .collection-matrix{
    justify-content: center;
}   

.collections__list_holder {
    margin: 0px 0px 30px;
}

.collections__list_holder h1{
  text-align: center;
}

.collections__list_holder ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.collections__list_holder ul li {
    border-radius: 22px;
    background-color: #E6E6E6;
    margin: 7px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collections__list_holder ul li a{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    padding: 10.5px 20px;
}

.collections__list_holder ul li.is-active{
  background-color: #3CA6DD;
}

.collections__list_holder ul li.is-active a{
  color: #fff;
}

.faceted-filter-group-display__price-range-from .faceted-filter-group-display__price-range-input, .faceted-filter-group-display__price-range-to .faceted-filter-group-display__price-range-input {
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    background-color: #FFFFFF;
    min-height: 49px;
}

.mobile_filter__header{
  display: none;
}
.filter__drawer_close{
  display: none;
}

.search__form_custom.search-form .search__fields [data-icon=search]{
    position: static;
    height: 100%;
    display: flex;
    top: unset;
    transform: unset;
    height: 100%;
    width: 100%;
    padding: 0px;
}
  
.btn___search{
    height: 63px;
    width: 63px;
    border-radius: 0 10px 10px 0;
    background-color: #3CA6DD;
    padding: 16px;
    display: flex;
    border: none;
    cursor: pointer;
}

.search__form_custom.search-form .control{
    display: flex;
    align-items: center;
}
     
.search__form_custom.search-form .field .input{
    border-radius: 10px 0px 0px 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.19);
    border: none;
    min-height: 63px;
    padding-left: 20px;
} 

.search__form_custom.search-form .field .icon svg{
  color: #fff;
  fill: #fff;
}

.search__form_custom.search-form{
    background-color: #EFEFEF;
    padding: 25px;
    margin-bottom: 50px;
}
.search__form_custom.search-form .search__fields .field {
    max-width: 1133px;
    margin: auto;
}

.search__content main{
  width: 100%;
}

.faceted-filter-group-display__submit .button{
    width: 100%;
    min-height: 52px;
}

@media(max-width: 1024px){
 
  .search__form_custom.search-form{
    margin-bottom: 0px;
    padding: 15px 20px; 
  }
  
  .mobile_filter__header{
    display: flex;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #9797977a;
  } 

  .heading-wrapper--search-page{
    margin-top: 20px;
  }
  
  .mobile_filter__header .icon{
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  
  .mobile_filter__header .icon svg{
    stroke: #24517d;
    stroke-width: 5px;
  }
  
  .collection__content .collection__main{
    margin-top: 25px;
  }
  
  .collections__list_holder h1 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 53px;
    margin-bottom: 10px;
  }

  .sidebar-section.sidebar__filter_drawer {
    opacity: 0;
    width: 0px !important;
    height: 0px !important; 
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    margin: 0px;
    padding: 0px 20px 20px 20px;
    z-index: -99;
  }

  .sidebar-section.sidebar__filter_drawer.active{
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity .3s ease-in-out;
    width:90% !important;
    height: 100% !important;
    opacity: 1;
    max-height: 100%;
    overflow-y: scroll;
    z-index: 99;
  }
  
  .sidebar__block.block__text{
   border-top: none; 
  }
  .filter__drawer_close{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 12px;
  }
  .filter__drawer_close .icon{
    width: 14px;
    height: 14px
  } 
  
  .filter__drawer_close .icon svg{
    stroke: #333333;
    stroke-width: 10px;
  }

  .collection-main .collection__content .collection__main.three-fourths {
    width: calc(100% - 20px);
  }
} 


@media(min-width: 481px) and (max-width: 798px){
  .collection__content .product__thumbnail.product__grid-item{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

/* RMY auctions Page  */
    
.rmy_auctions_section .image-with-text-overlay__preheading.banner__subheading.pretext.subtitle {
    font-weight: 500;
}
 
.rmy_auctions_section .image-with-text-overlay__buttons .button{
    max-width: 231px;
    min-height: 53px;
}

img.text_overlay_logo__image {
    max-width: 400px;
    margin-bottom: 15px;
    width: 60%;
}
   
.rmy_auctions_section .image-with-text-overlay__heading {
    text-transform: capitalize;
}
 
@media(max-width: 798px){
  img.text_overlay_logo__image {
    max-width: 292px;
    margin-bottom: 10px;
    width: 100%;
  }
  .rmy_auctions_section .image-with-text-overlay__preheading.banner__subheading.pretext.subtitle {
    margin-bottom: 20px;
  }
  .rmy_auctions_section .image-with-text-overlay__heading{
    margin-bottom: 15px;
  }
  .image-with-text-overlay .rmy_auctions_section .caption{
    top: 53%;
  }
 .image-with-text-overlay .rmy_auctions_section .caption-content{
    padding: 0px; 
  }
  .rmy_auctions_section .image-with-text-overlay__banner{
    margin: 0px;
    width: 100%;
  }
} 

/* Find on Ebay Page */

.heading__logo_image{
  max-width: 200px;
  margin: 0px auto 10px;
} 
   
.custom__gallery_item{
  width: 31% !important;
}

      

a.button.button--primary.gallery__btn__label {
    width: 90%;
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
    min-height: 67px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31px;
    padding: 5px;
}

.ebay_gallery_section .gallery-type--masonry .gallery__item:nth-child(n+4) {
    width: calc(33% - 20px);
}
 
.ebay_gallery_section .gallery-type--masonry {
  height: 100% !important; 
}

.ebay_gallery_section .gallery-type--masonry .has-gutter.gallery__item {
    margin-bottom: 35px;
    margin-left: 20px;
} 
    
.ebay_gallery_section .gallery-type--masonry .gallery__item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    float: left;
    transition-delay: unset !important;
    transition-duration: unset !important;
    transition-property: unset !important;
    transform: unset !important;
} 

#template-page-find_on_ebay .heading-section__heading{
  margin-bottom: 1.2rem;
}
  
@media(min-width: 799px) and (max-width: 1023px){
  a.button.button--primary.gallery__btn__label{
    font-size: 16px;
    line-height: 22px;
  }
}
 
@media(max-width: 798px){
  .ebay_gallery_section .gallery-type--masonry .gallery__item{
    width: calc(100% - 20px) !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    margin: auto !important;
    margin-bottom: 30px !important;
  }
   
 .ebay_gallery_section .gallery-type--masonry .gallery__item-wrap .image-element__wrap{
   max-width: 100% !important;
 }

  a.button.button--primary.gallery__btn__label{
   max-width: 100% !important;
   font-size: 20px !important;
 }
 
  .ebay_gallery_section .gallery-type--masonry {
    display: flex;
    flex-direction: column;
  }


}

/* Footer */
  
.footer__container{
  background: #010339;
}

footer .footer__content{
  padding-top: 50px;
}
 
.footer__block .footer__menu .footer__heading{
  display: none;
}

.footer__heading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}
  
.footer__block .footer__menu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__block .footer__menu{
    padding: 50px 0px 30px;
    margin-top: 50px;
    border-top: 1px solid #9797975e;
}

.footer__block .footer__menu ul .footer__menu-link{
  
    padding-right: 10px;
}
 
footer .footer__extra-content .container{
  padding-top: 30px;
}
 
footer .footer__extra-content .footer__credits, footer .footer__extra-content .footer__credits a{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
  
footer .newsletter-form .field input{
  min-height: 63px;
}

footer .newsletter-form .field.is-default-width .button{
    min-height: 63px;
    font-size: 18px;
  }
       
footer .newsletter-form .field.is-default-width{
  margin: 0px;
}

  
@media(min-width: 1025px){ 
  footer .newsletter-form__wrapper .newsletter-form{
      display: flex;
      flex-wrap: nowrap;
  }
  
  footer .newsletter-form .field.is-stretched-width {
      flex: 1 0 25%;
      min-width: 130px;
      max-width: 100%;
      margin: 0px;
      position: relative;
  } 
   
  footer .newsletter-form .field.is-stretched-width:after {
    width: 1px;
    background: #33333357;
    height: 75%;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  footer .newsletter-form .field.is-stretched-width:first-child input{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  
  footer .newsletter-form .field .control{
    width: 100%;
  }
   
  footer .newsletter-form .field.is-default-width .button {
      width: 100%;
      min-height: 63px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
  }
   
  footer .footer__extra-content .footer__credits.two-thirds{
      width: calc(55.666667% - 20px);
  }
   
  footer .footer__extra-content .footer__payment-methods.one-third{
        width: calc(44.33% - 20px);
  }
}     
  
@media(max-width: 798px){
  
  .footer__block .footer__menu ul{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 
  
  footer .newsletter-form .field.is-stretched-width{
    margin-bottom: 14px;
  }    
     
  footer .newsletter-form .field input{
    border-radius: 10px;
  }
  .footer__heading{
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__block .footer__menu ul .footer__menu-link{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
  }   
      
  .footer__block .footer__menu {
    padding: 30px 0px 20px;
    margin-top: 25px;
  }  
               
  footer .newsletter-form .field.is-default-width .button{
    min-height: 61px;
    font-size: 22px !important;
  }
  .block__logo{
    width: 100%;
  }
  .footer__logo-wrapper{
    max-width: 230px !important;
    margin: auto;
  }
    
}  


.shopify-policy__container {
    padding-top: 30px;
    padding-bottom: 40px;
}
  
/* Newsletter Popup */

.popup__newsletter .newsletter-form .field.is-default-width .button {
    min-height: 55px;
}

.popup__newsletter .newsletter-form .field input{
  border: 1px solid #333;
  border-radius: 6px;
}

.newsletter-section--popup .newsletter-form__wrapper .field.is-default-width {
    margin-bottom: 1.75rem;
}
.iwishAddWrap {
    text-align: center;
    width: 51%;
}
.iwishAddWrap a {
    font-family: Quicksand,sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
}
.sofen-wishlist-btn-container {
    display: none !important;
}
.iWishView{position:relative;}
.iWishCount.badge {
    top: 15px !important;
}
.iwishMeta .title {
    font-size: 18px;
}
input.iwishBuyBtn.button.action_button.button--add-to-cart {
    background: #3ca6dd !important;
    border: 0 !important;
}